home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / pcmagdoc.arc / DOSKEY.DOC < prev    next >
Text File  |  1988-01-19  |  2KB  |  50 lines

  1. DOSKEY At a Glance
  2.  
  3.     DOSKEY is a memory-resident utility that extends the functions 
  4. available at the DOS prompt to include changing foreground/background colors,
  5.  a command stack that holds up to 15 immediately reissuable commands, and 
  6.  command macros keyed to function keys F3 through F12.  In addition, editing
  7.  functions have been added for the DOS command line and the CLS (Clear Screen)
  8.  command has been modified to operate with color (CGA or EGA) and with 
  9. displays of more than 25 lines. 
  10.  
  11. DOSKEY is normally loaded through a line in your AUTOEXEC.BAT file, but may be
  12.  loaded from the command line using the following syntax:
  13.  
  14.  
  15.    [d:][path]DOSKEY 
  16.  
  17.  
  18. Operation   After loading, pressing the F1 key successively cycles through the
  19.  16 foreground (text) colors, while F2 acts similarly for the 8 available
  20.  background colors.  Pressing the Shift key with either F1 or F2 reverses the
  21.  direction of the cycling.  CLS remembers the last-set color scheme.  If a
  22.  space is typed between CLS and Enter, the color will revert to the DOS 
  23. defaults (black and white).
  24.  
  25. Function keys F3 through F12 are assigned by default to the following command
  26.  macros:
  27.  
  28. F3    dir
  29. F4    type
  30. F5    copy
  31. F6    delete
  32. F7    chdir
  33. F8    path
  34. F9    browse
  35. F10   cls
  36. F11   backup
  37. F12   restore
  38.  
  39.     Any of these assignments may be changed using DEBUG, as described in
  40.  the body of the article.  The browse command (F9) was presented in PC 
  41. Magazine Volume 5 Number 6.  Use of the F11 and F12 keys requires an enhanced
  42.  keyboard and appropriate BIOS support.
  43.     The command stack uses the Up- and Down-Arrow cursor keys to bring
  44.  previously-issued commands to the command line for reissue.  The command line
  45.  editor supports Left- and Right-Arrow cursor motion without deletion, Home
  46.  and End keys for moving to the ends of the line, and Del and Backspace for
  47.  character deletion.  Pressing Esc clears the command line, and pressing Ins
  48.  toggles between insert and overwrite modes.
  49.  
  50.